XPath Result
interface XPathResult
An implementation of the DOM W3C XPathResult interface that represents the result of the XPath expression evaluation.
See also
Functions
Link copied to clipboard
Returns an
Optional
that contains the XPath result represented as a single node or an empty Optional
if it does not exist.Link copied to clipboard
Returns the XPath result represented as an immutable list of the snapshot nodes.
Link copied to clipboard
Returns
true
if the result type is UNORDERED_NODE_ITERATOR or ORDERED_NODE_ITERATOR.Link copied to clipboard
Returns
true
if the result type is FIRST_ORDERED_NODE or ANY_UNORDERED_NODE.Link copied to clipboard
Returns
true
if the result type is ORDERED_NODE_SNAPSHOT or UNORDERED_NODE_SNAPSHOT.Link copied to clipboard